home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / ui / mission3difficulty.urc < prev    next >
Encoding:
Text File  |  2002-10-21  |  2.2 KB  |  120 lines

  1. menu "mission3difficulty" 640 480 NONE 0
  2. bgcolor 1 1 1 1
  3. borderstyle NONE
  4. bgfill 0 0 0 1
  5. fullscreen 1
  6. //vidmode 3
  7. //fadein 0.5
  8. //include "ui/common.inc"
  9. virtualres 1
  10. include "ui/briefing_room_nobuttons.inc"
  11.  
  12.  
  13. resource
  14. Label
  15. {
  16. name "difficulty"
  17. rect 192 152 256 176
  18. fgcolor 0.50 0.50 0.50 1.00
  19. bgcolor 0.00 0.00 0.00 0.00
  20. borderstyle "NONE"
  21. shader "difficulty"
  22. }
  23. resource
  24. Button
  25. {
  26. name "difficulty"
  27. rect 200 232 240 32
  28. fgcolor 0.50 0.50 0.50 1.00
  29. bgcolor 0.50 0.50 0.50 0.00
  30. borderstyle "NONE"
  31. shader "menu_button_trans"
  32. hovershader "menu_button_glow"
  33. stuffcommand "difficultymedium; spmap briefing/briefingt3"
  34. }
  35. resource
  36. Button
  37. {
  38. name "difficulty"
  39. rect 200 264 240 32
  40. fgcolor 0.50 0.50 0.50 1.00
  41. bgcolor 0.50 0.50 0.50 0.00
  42. borderstyle "NONE"
  43. shader "menu_button_trans"
  44. hovershader "menu_button_glow"
  45. stuffcommand "difficultyhard; spmap briefing/briefingt3"
  46. }
  47. resource
  48. Button
  49. {
  50. name "cancel"
  51. rect 272 304 96 16
  52. fgcolor 0.50 0.50 0.50 1.00
  53. bgcolor 0.50 0.50 0.50 0.00
  54. borderstyle "NONE"
  55. shader "menu_button_trans"
  56. hovershader "menu_button_glow"
  57. stuffcommand "popmenu 0"
  58. }
  59. resource
  60. Button
  61. {
  62. name "difficulty"
  63. rect 200 200 240 32
  64. fgcolor 0.50 0.50 0.50 1.00
  65. bgcolor 0.50 0.50 0.50 0.00
  66. borderstyle "NONE"
  67. shader "menu_button_trans"
  68. hovershader "menu_button_glow"
  69. stuffcommand "difficultyeasy; spmap briefing/briefingt3"
  70. }
  71. resource
  72. Button
  73. {
  74. name "cancel"
  75. rect 0 152 192 176
  76. fgcolor 0.50 0.50 0.50 1.00
  77. bgcolor 0.50 0.50 0.50 0.00
  78. borderstyle "NONE"
  79. shader "menu_button_trans"
  80. hovershader "menu_button_trans"
  81. stuffcommand "popmenu 0"
  82. }
  83. resource
  84. Button
  85. {
  86. name "cancel"
  87. rect 0 0 640 152
  88. fgcolor 0.50 0.50 0.50 1.00
  89. bgcolor 0.50 0.50 0.50 0.00
  90. borderstyle "NONE"
  91. shader "menu_button_trans"
  92. hovershader "menu_button_trans"
  93. stuffcommand "popmenu 0"
  94. }
  95. resource
  96. Button
  97. {
  98. name "cancel"
  99. rect 448 152 192 176
  100. fgcolor 0.50 0.50 0.50 1.00
  101. bgcolor 0.50 0.50 0.50 0.00
  102. borderstyle "NONE"
  103. shader "menu_button_trans"
  104. hovershader "menu_button_trans"
  105. stuffcommand "popmenu 0"
  106. }
  107. resource
  108. Button
  109. {
  110. name "cancel"
  111. rect 0 328 640 152
  112. fgcolor 0.50 0.50 0.50 1.00
  113. bgcolor 0.50 0.50 0.50 0.00
  114. borderstyle "NONE"
  115. shader "menu_button_trans"
  116. hovershader "menu_button_trans"
  117. stuffcommand "popmenu 0"
  118. }
  119. end.
  120.